home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / tutor.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  261 b   |  14 lines

  1. on mouseDown
  2.   set pressedBtn to hBtnToggle(15, 41, 46)
  3.   if pressedBtn = 1 then
  4.     puppetSound("HELP")
  5.     updateStage()
  6.     repeat while soundBusy(1)
  7.       if the mouseDown then
  8.         exit repeat
  9.       end if
  10.     end repeat
  11.     puppetSound(0)
  12.   end if
  13. end
  14.